This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
In the process of developing a form to be used in a browser I needed to replicate the computed when composed funtion in a client. Chris Toohey informed me of the readonly HTML tag which does exactly what I needed. However, the default look of a readonly field is a grey background with a border. I wanted to have a white background with no border.
I solved this by creating the below CSS in the HTML Head Content: